home *** CD-ROM | disk | FTP | other *** search
- @charset "utf-8";
- /* Stylesheet for the Opera image slideshow */
- /* Copyright 2008 Opera Software */
- html {
- background-color: hsl(0,0%,98%);
- width: 100%;
- height: 100%;
- display: table;
- }
- body {
- margin: 0;
- height: 100%;
- display: table-row;
- }
- div {
- vertical-align: middle;
- height: 100%;
- display: table-cell;
- }
- img {
- margin: auto;
- display: block;
- }
- @media tv, handheld and (max-width: 300px) {
- html {
- background-color: black;
- margin: auto;
- width: 246px;
- max-width: 100%;
- }
- body {background-color: hsl(0,0%,39%);}
- img {
- background-color: hsl(0,0%,98%);
- margin: 10px auto;
- max-width: 100%;
- }
- }
-
-